找传奇、传世资源到传世资源站!

c#的房屋出租项目

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

c#的房屋出租项目
from clipboard from clipboard.
├── Community
│   ├── CommunitySystem
│   │   ├── BookstoreManagement
│   │   │   ├── 11.jpeg
│   │   │   ├── 222.jpeg
│   │   │   ├── App.config
│   │   │   ├── BookManagement_TemporaryKey.pfx
│   │   │   ├── CommunitySystem.csproj
│   │   │   ├── CommunitySystem.csproj.user
│   │   │   ├── Controls
│   │   │   │   ├── BillManage.Designer.cs
│   │   │   │   ├── BillManage.cs
│   │   │   │   ├── BillManage.resx
│   │   │   │   ├── BookAdd.Designer.cs
│   │   │   │   ├── BookAdd.cs
│   │   │   │   ├── BookAdd.resx
│   │   │   │   ├── BorrowManage.Designer.cs
│   │   │   │   ├── BorrowManage.cs
│   │   │   │   ├── BorrowManage.resx
│   │   │   │   ├── Home.Designer.cs
│   │   │   │   ├── Home.cs
│   │   │   │   ├── Home.resx
│   │   │   │   ├── ManageUser.Designer.cs
│   │   │   │   ├── ManageUser.cs
│   │   │   │   ├── ManageUser.resx
│   │   │   │   ├── QueryInfo.Designer.cs
│   │   │   │   ├── QueryInfo.cs
│   │   │   │   ├── QueryInfo.resx
│   │   │   │   ├── ReaderManage.Designer.cs
│   │   │   │   ├── ReaderManage.cs
│   │   │   │   └── ReaderManage.resx
│   │   │   ├── Customer
│   │   │   │   └── DragControl.cs
│   │   │   ├── Forms
│   │   │   │   ├── Form_BillManager.Designer.cs
│   │   │   │   ├── Form_BillManager.cs
│   │   │   │   ├── Form_BillManager.resx
│   │   │   │   ├── Form_BorrowEdit.Designer.cs
│   │   │   │   ├── Form_BorrowEdit.cs
│   │   │   │   ├── Form_BorrowEdit.resx
│   │   │   │   ├── Form_DashBoard.Designer.cs
│   │   │   │   ├── Form_DashBoard.cs
│   │   │   │   ├── Form_DashBoard.resx
│   │   │   │   ├── Form_EditBook.Designer.cs
│   │   │   │   ├── Form_EditBook.cs
│   │   │   │   ├── Form_EditBook.resx
│   │   │   │   ├── Form_EditReader.Designer.cs
│   │   │   │   ├── Form_EditReader.cs
│   │   │   │   ├── Form_EditReader.resx
│   │   │   │   ├── Form_SystemSet.Designer.cs
│   │   │   │   ├── Form_SystemSet.cs
│   │   │   │   ├── Form_SystemSet.resx
│   │   │   │   ├── Login.Designer.cs
│   │   │   │   ├── Login.cs
│   │   │   │   └── Login.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Util
│   │   │   │   └── DBHelper.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── BookstoreManagement.vshost.application
│   │   │   │   │   ├── BookstoreManagement.vshost.exe
│   │   │   │   │   ├── BookstoreManagement.vshost.exe.config
│   │   │   │   │   ├── BookstoreManagement.vshost.exe.manifest
│   │   │   │   │   ├── BunifuDataViz.dll
│   │   │   │   │   ├── CommunitySystem.application
│   │   │   │   │   ├── CommunitySystem.exe
│   │   │   │   │   ├── CommunitySystem.exe.config
│   │   │   │   │   ├── CommunitySystem.exe.manifest
│   │   │   │   │   ├── CommunitySystem.pdb
│   │   │   │   │   ├── MySql.Data.dll
│   │   │   │   │   ├── app.publish
│   │   │   │   │   │   └── CommunitySystem.exe
│   │   │   │   │   ├── de
│   │   │   │   │   ├── es
│   │   │   │   │   ├── ja
│   │   │   │   │   └── ru
│   │   │   │   └── Release
│   │   │   ├── ico01.ico
│   │   │   ├── id_pwd
│   │   │   │   ├── PasswordConfig.txt
│   │   │   │   └── TimeConfig.txt
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── BookManagement.csproj.AssemblyReference.cache
│   │   │   │       ├── BookManagement.csproj.CopyComplete
│   │   │   │       ├── BookManagement.csproj.CoreCompileInputs.cache
│   │   │   │       ├── BookManagement.csproj.FileListAbsolute.txt
│   │   │   │       ├── BookManagement.csproj.GenerateResource.cache
│   │   │   │       ├── BookManagement.csprojAssemblyReference.cache
│   │   │   │       ├── BookstoreManagement.Controls.BillManage.resources
│   │   │   │       ├── BookstoreManagement.Controls.BookAdd.resources
│   │   │   │       ├── BookstoreManagement.Controls.BorrowManage.resources
│   │   │   │       ├── BookstoreManagement.Controls.Home.resources
│   │   │   │       ├── BookstoreManagement.Controls.ManageUser.resources
│   │   │   │       ├── BookstoreManagement.Controls.QueryInfo.resources
│   │   │   │       ├── BookstoreManagement.Controls.ReaderManage.resources
│   │   │   │       ├── BookstoreManagement.Forms.Form_BillManager.resources
│   │   │   │       ├── BookstoreManagement.Forms.Form_BorrowEdit.resources
│   │   │   │       ├── BookstoreManagement.Forms.Form_DashBoard.resources
│   │   │   │       ├── BookstoreManagement.Forms.Form_EditBook.resources
│   │   │   │       ├── BookstoreManagement.Forms.Form_EditReader.resources
│   │   │   │       ├── BookstoreManagement.Forms.Form_SystemSet.resources
│   │   │   │       ├── BookstoreManagement.Login.resources
│   │   │   │       ├── BookstoreManagement.csproj.CopyComplete
│   │   │   │       ├── BookstoreManagement.csproj.CoreCompileInputs.cache
│   │   │   │       ├── BookstoreManagement.csproj.FileListAbsolute.txt
│   │   │   │       ├── BookstoreManagement.csproj.GenerateResource.cache
│   │   │   │       ├── Community.csproj.AssemblyReference.cache
│   │   │   │       ├── CommunitySystem.Properties.Resources.resources
│   │   │   │       ├── CommunitySystem.application
│   │   │   │       ├── CommunitySystem.csproj.AssemblyReference.cache
│   │   │   │       ├── CommunitySystem.csproj.CoreCompileInputs.cache
│   │   │   │       ├── CommunitySystem.csproj.FileListAbsolute.txt
│   │   │   │       ├── CommunitySystem.csproj.GenerateResource.cache
│   │   │   │       ├── CommunitySystem.exe
│   │   │   │       ├── CommunitySystem.exe.manifest
│   │   │   │       ├── CommunitySystem.pdb
│   │   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       ├── TempPE
│   │   │   │       │   └── Properties.Resources.Designer.cs.dll
│   │   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── packages.config
│   │   ├── CommunitySystem.sln
│   │   └── packages
│   │       └── Microsoft.Office.Interop.Excel.15.0.4795.1000
│   │           ├── Microsoft.Office.Interop.Excel.15.0.4795.1000.nupkg
│   │           └── lib
│   │               └── net20
│   │                   └── Microsoft.Office.Interop.Excel.dll
│   └── shool.sql
└── c#的房屋出租项目.rar

24 directories, 117 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复